From: Nicolas Petton Date: Sat, 16 May 2015 09:35:00 +0000 (+0200) Subject: * etc/NEWS: Add an entry about map.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~2684^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6591d361390daa6c36045b82acb9ea548687879c;p=emacs.git * etc/NEWS: Add an entry about map.el --- diff --git a/etc/NEWS b/etc/NEWS index 5e312ed3033..2429a635e29 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -407,6 +407,11 @@ The seq library adds sequence manipulation functions and macros that complement basic functions provided by subr.el. All functions are prefixed with `seq-' and work on lists, strings and vectors. +** map +*** New map library: +The map library provides map-manipulation functions that work on alists, +hash-table and arrays. All functions are prefixed with "map-". + ** Calendar and diary +++